ComponentOne ASP.NET MVC Controls
PageOnServer Method

C1.Web.Mvc.Fluent Namespace > ODataCollectionViewServiceBuilder<T> Class : PageOnServer Method
The value.
Configurates C1.Web.Mvc.ODataCollectionViewService<T>.PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client.
Syntax
'Declaration
 
Public Function PageOnServer( _
   ByVal value As Boolean _
) As ODataCollectionViewServiceBuilder(Of T)
public ODataCollectionViewServiceBuilder<T> PageOnServer( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ODataCollectionViewServiceBuilder<T> Class
ODataCollectionViewServiceBuilder<T> Members